projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0560c20
)
(PC-first-char): Use `other' widget type.
author
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 08:50:59 +0000
(08:50 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Wed, 24 Jun 1998 08:50:59 +0000
(08:50 +0000)
lisp/complete.el
patch
|
blob
|
history
diff --git
a/lisp/complete.el
b/lisp/complete.el
index a578f22cc542279172de927da9c217454a10dba2..4aaffa76b0ca152a84d6ce038f52c0ab406fb371 100644
(file)
--- a/
lisp/complete.el
+++ b/
lisp/complete.el
@@
-128,7
+128,7
@@
If non-nil and non-t, the first character is taken literally only for file name
completion."
:type '(choice (const :tag "delimiter" nil)
(const :tag "literal" t)
- (
sexp :tag "find-file" :format "%t\n
" find-file))
+ (
other :tag "find-file
" find-file))
:group 'partial-completion)
(defcustom PC-meta-flag t